.zon-def {
    background-color: #152f58;
    padding: 3px 0;
    overflow: hidden;
    white-space: nowrap;
}

/* Ligne principale — tous les liens côte à côte au centre */
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    flex-wrap: wrap;
}

ol.foner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    position: static;
    top: auto;
    left: auto;
}

.shearch {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    top: auto;
    position: static;
}

.shearch label {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.shearch input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.10);
    color: white;
    font-size: 12px;
    outline: none;
    width: 150px;
    transition: border-color 0.2s ease;
    border-style: solid;
}

.shearch input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.shearch input:focus {
    border-color: #EF7D00;
    background-color: rgba(255, 255, 255, 0.16);
}
